home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / utilities / misc / show1.0.lha / show / RCS / Makefile,v < prev    next >
Encoding:
Text File  |  1994-12-07  |  1.4 KB  |  77 lines

  1. head    1.70;
  2. access;
  3. symbols
  4.     fontscreen:1.63
  5.     good:1.63;
  6. locks; strict;
  7. comment    @# @;
  8.  
  9.  
  10. 1.70
  11. date    94.12.05.03.44.16;    author jsshephe;    state Exp;
  12. branches;
  13. next    ;
  14.  
  15.  
  16. desc
  17. @original
  18. @
  19.  
  20.  
  21. 1.70
  22. log
  23. @Made changes to clean: stemming from changes in Makefile.show
  24. @
  25. text
  26. @#Makefile generated by Makemake (C)1994 Jeff Shepherd
  27. # $Id: Makefile,v 1.63 1994/12/04 04:55:09 jsshephe Exp $
  28. # $Revision: 1.63 $
  29. # $Log: Makefile,v $
  30. # Revision 1.63  1994/12/04  04:55:09  jsshephe
  31. # Added rcsclean
  32. #
  33. # Revision 1.62  1994/08/19  00:34:57  jsshephe
  34. # took out co line from V1.61
  35. #
  36. # Revision 1.61  1994/08/18  23:29:47  jsshephe
  37. # "co" Makefile.show before compiling
  38. #
  39. # Revision 1.51  1994/08/18  21:47:03  jsshephe
  40. # Omitted clean from all:
  41. #
  42. # Revision 1.41  1994/08/18  21:29:25  jsshephe
  43. # fiddled around with options
  44. #
  45. # Revision 1.4    1994/08/18  06:31:20  jsshephe
  46. # Added filename loadsave
  47. # Put -noixemul back in
  48. #
  49. # Revision 1.3    1994/08/17  03:02:29  jsshephe
  50. # added file showprefs_action.c
  51. #
  52. # Revision 1.2    1994/08/12  21:59:18  jsshephe
  53. # Added compilation of showprefs
  54. #
  55.  
  56. CFLAGS := -msmall-code -fstrict-prototypes
  57.  
  58. 000:
  59.     make -fMakefile.show "CFLAGS = $(CFLAGS)"
  60.  
  61. 020:
  62.     make -fMakefile.show "CFLAGS = $(CFLAGS) -m68020" "020 =_020"
  63.  
  64. 020ffp:
  65.     make -fMakefile.show "CFLAGS = $(CFLAGS) -m68020 -m68881" \
  66.     "020 =_020ffp"
  67.  
  68. .IGNORE : clean
  69. .IGNORE : mostlyclean
  70. clean:
  71.     rm *.o *.o_020 *.o_020ffp showprefs.h
  72.     /rcs/rcsclean
  73.  
  74. mostlyclean:
  75.     rm *.o
  76. @
  77.